home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2000 #4 / Amiga Plus CD - 2000 - No. 4.iso / Tools / Misc / bgui / Examples / demo.rexx < prev    next >
Encoding:
OS/2 REXX Batch file  |  2000-05-09  |  920 b   |  50 lines

  1. /*
  2.  * @(#) $Header: /cvsroot/bgui/examples/demo.rexx,v 41.11 2000/05/09 20:34:05 mlemos Exp $
  3.  *
  4.  * demo.rexx
  5.  *
  6.  * (C) Copyright 1998 Manuel Lemos.
  7.  * (C) Copyright 1994-1995 Jan van den Baard.
  8.  * (C) Copyright 1994-1995 Jaba Development.
  9.  * All Rights Reserved.
  10.  *
  11.  * Description: Small script for the small arexxclass demo.
  12.  *
  13.  * $Log: demo.rexx,v $
  14.  * Revision 41.11  2000/05/09 20:34:05  mlemos
  15.  * Bumped to revision 41.11
  16.  *
  17.  * Revision 1.2  2000/05/09 19:59:19  mlemos
  18.  * Merged with the branch Manuel_Lemos_fixes.
  19.  *
  20.  * Revision 1.1.2.1  1998/10/18 18:34:18  mlemos
  21.  * Initial revision integrated from Ian sources.
  22.  *
  23.  *
  24.  *
  25.  */
  26.  
  27. options results
  28.  
  29. address RXDEMO.1
  30.  
  31. NAME
  32.  
  33. say 'Program name            : ' RESULT
  34.  
  35. VERSION
  36.  
  37. say 'Program version         : ' RESULT
  38.  
  39. AUTHOR
  40.  
  41. say 'Program author          : ' RESULT
  42.  
  43. DATE
  44.  
  45. say 'Program compilation date: ' RESULT
  46.  
  47. 'DATE SYSTEM'
  48.  
  49. say 'Current system date     : ' RESULT
  50.